type net/http.bodyEOFSignal
6 uses
net/http (current package)
transport.go#L2173: body := &bodyEOFSignal{
transport.go#L2752: type bodyEOFSignal struct {
transport.go#L2763: func (es *bodyEOFSignal) Read(p []byte) (n int, err error) {
transport.go#L2786: func (es *bodyEOFSignal) Close() error {
transport.go#L2801: func (es *bodyEOFSignal) condfn(err error) error {
transport.go#L2814: body *bodyEOFSignal // underlying HTTP/1 response body framing
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)